home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / boot / avwm.lzh / avwm-0.4 / README < prev    next >
Text File  |  1994-08-08  |  1KB  |  37 lines

  1.  
  2.     avwm 0.4 / Amiga Virtual Workbench Manager
  3.     5/2/93 Bernhard Fastenrath
  4.     Public Domain
  5.  
  6.  
  7. Avwm was inspired by olvwm (an X11 virtual window manager).
  8. Avwm uses SetFunction () to replace window-manipulating functions with its
  9. own replacement functions. Every time a replacement function is called it
  10. notifies avwm and calls the original function.
  11.  
  12. Intuition itself manipulates windows directly (e.g. when the sizing gadget
  13. is used SizeWindow () isn't called). To work around this problem avwm
  14. checks the list of windows on the Workbench Screen in regular intervals.
  15. SetFunction () in now no longer used by default but can be activated
  16. with the -s option.
  17.  
  18. By default avwm expects the workbench screen to have three times the
  19. visible horizontal size and twice the visible vertical size. It uses
  20. MoveScreen to move between the resulting 6 `screens'.
  21.  
  22. If the -m options is used it keeps invisible windows on the lower part of
  23. a Workbench screen with twice the visible vertical size and uses MoveWindow
  24. to move the windows of one of the six virtual areas onto the visible part
  25. of the screen.
  26.  
  27. Bugs:
  28.   A window placed on the border of several areas can
  29.   only be `touched' in the upper right area.
  30.  
  31. email:    fasten@athene.cs.bonn.edu
  32.  
  33. mail:    Bernhard Fastenrath
  34.     Laurenz-Kiesgen-Str.35
  35.     51105 K÷ln
  36.     Germany
  37.